home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / aijournl / 1986_10 / smallx6.bbs < prev    next >
File List  |  1986-04-14  |  3KB  |  55 lines

  1.  
  2.                    Morσ abou⌠ small-╪ commands
  3.  
  4.      A⌠ thi≤ point¼ thσ small-╪ command≤ SAV┼ anΣ MEMORIZ┼ caε bσ ì
  5. useΣ t∩ storσ thσ content≤ oµ ST═ anΣ thσ curren⌠ se⌠ oµ rules¼ ì
  6. respectively¼ iε ß DO╙ file«  Iµ yo⌡ subsequentl∙ returε t∩ ì
  7. small-╪ anΣ usσ thσ REA─ anΣ REMEMBE╥ commands¼ small-╪ woulΣ bσ ì
  8. iε thσ samσ statσ iε whicΦ i⌠ wa≤ left« Thσ REA─ anΣ REMEMBE╥ ì
  9. command≤ arσ als∩ usefu∞ wheε thσ exper⌠ systeφ ha≤ beeε ì
  10. "modularized,ó anΣ onl∙ portion≤ oµ thσ systeφ arσ processeΣ a⌠ ß ì
  11. time«  Iε additioε t∩ MEMORIZ┼ anΣ REMEMBER¼ thσ CSAV┼ anΣ CLOA─ ì
  12. command≤ caε bσ useΣ t∩ storσ partiall∙ compileΣ rulσ file≤ fo≥ ì
  13. securit∙ anΣ quicke≥ execution.
  14.  
  15.     Thσ TRAC┼ anΣ STE╨ command≤ arσ ver∙ usefu∞ durinτ thσ ì
  16. debugginτ process«  Thσ TRAC┼ commanΣ cause≤ small-╪ t∩ displa∙ ì
  17. eacΦ truσ rulσ a≤ i⌠ i≤ beinτ executed¼ s∩ yo⌡ caε follo≈ thσ ì
  18. exac⌠ patΦ takeε througΦ thσ rulσ system«  Thσ STE╨ commanΣ ì
  19. cause≤ small-╪ t∩ pausσ afte≥ eacΦ cyclσ oµ thσ inferencσ engine¼ ì
  20. anΣ allo≈ yo⌡ t∩ manipulatσ datß iε ST═ beforσ restartinτ it.
  21.  
  22.     Thσ small-╪ DO╙ commanΣ allow≤ yo⌡ t∩ usσ you≥ favoritσ tex⌠ ì
  23. edito≥ t∩ creatσ anΣ modif∙ rulσ files¼ whicΦ caε theε bσ loadeΣ ì
  24. usinτ thσ REMEMBE╥ command.
  25.  
  26.  
  27. Morσ abou⌠ ST═ commands
  28. ì
  29. Data is stored into STM using the READ and ADD commands.  Data isì
  30. further manipulated in STM using the BIND, UNBIND, and COMPUTEì
  31. commands.  The BIND command simply assigns a value to a variableì
  32. name, and the UNBIND command removes that assignment and leavesì
  33. the variable in STM with no associated value.  The COMPUTE comì
  34. mand is useful for doing simple calculations, string manipulationì
  35. and list operations.
  36. ì
  37. Data is output from STM using the WRITE command.  When using theì
  38. WRITE command for display output, you can optionally write a new-ì
  39. line (skip a line on the screen), clear the screen, randomlyì
  40. position the cursor, and draw boxes on the screen.
  41. ì
  42. The STM command RUN is used in those special situations whereì
  43. complex calculations or other special manipulation of data needsì
  44. to be done.  You may execute an external program which wouldì
  45. perform the desired operations, and store the result in an diskì
  46. file.  This file could then be read into STM using the READì
  47. command, and subsequent rules could be executed based on thisì
  48. data.
  49. ì
  50. During cycles of the inference engine, as more information isì
  51. obtained about the problem being solved, it is sometimes necesì
  52. sar∙ t∩ modif∙ thσ valuσ o≥ certaint∙ facto≥ oµ ß rule«  Thσ ST═ ì
  53. commanΣ MODIF┘ caε bσ useΣ t∩ se⌠ ß rule'≤ certaint∙ facto≥ t∩ ß ì
  54. particula≥ value¼ o≥ t∩ simpl∙ incremen⌠ o≥ decremen⌠ thσ facto≥ ì
  55. b∙ ß prescribeΣ value.è